🎖️GitЯра🎖️
Commit ef59ae8697e804bdd40bc3e3151b836edf2ac293
Parents : 4bd8660
Author : James Rich <2199651+jamesarich@users.noreply.github.com>
Signature : Signature validation error
Date : 2026-07-27T07:59:53-05:00
Committer : GitHub <noreply@github.com>
Date : 2026-07-27T12:59:53Z
fix(strings): remove stray "to" in share location description (#6463)
Co-authored-by: Claude Opus 5 <noreply@anthropic.com>
Changes
1 files changed, 1 insertions(+), 1 deletions(-)
Diff
diff --git a/core/resources/src/commonMain/composeResources/values/strings.xml b/core/resources/src/commonMain/composeResources/values/strings.xml
index 2386ffb707..fea80c3548 100644
--- a/core/resources/src/commonMain/composeResources/values/strings.xml
+++ b/core/resources/src/commonMain/composeResources/values/strings.xml
@@ -1556,7 +1556,7 @@
<string name="share_connected_node">Share Connected Node</string>
<string name="share_contact">Share Contact</string>
<string name="share_location">Share Location</string>
- <string name="share_location_description">Use your phone GPS to send locations to your node to instead of using a hardware GPS on your node.</string>
+ <string name="share_location_description">Use your phone GPS to send locations to your node instead of using a hardware GPS on your node.</string>
<string name="share_to">Share to…</string>
<string name="share_your_location_in_real_time">Share your location in real-time and keep your group coordinated with integrated GPS features.</string>
<string name="short_name">Short Name</string>
Served by rngit 1.5.2 - Generated in 0.11s